home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
databases
/
easycalc
/
easyrexx
/
setwidth.erex
< prev
next >
Wrap
Text File
|
1996-03-31
|
198b
|
14 lines
/* EasyCalc 2.0 Arexx Script */
options results
'getnumber "Enter the new width for all columns:" "10" "600"'
newwidth = result
easytofront
do column=0 for 256
'colwidth' column newwidth
end